home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000065_news@columbia.edu _Mon Feb 28 23:12:10 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA23634
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 28 Feb 2000 23:12:10 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id WAA01092
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 28 Feb 2000 22:57:37 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Kermit 95 1.1.19 supports pseudo terminal like C-Kermit 7.0?
  11. Date: 29 Feb 2000 03:57:36 GMT
  12. Organization: Columbia University
  13. Message-ID: <89fg3g$121$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38BB406D.DA7FEE9D@att.net>,
  17. Henry E. Thorpe <henry.thorpe@att.net> wrote:
  18. : Jeff;
  19.  
  20. : Sorry, I should have been more specific.  Is there a reference on tying
  21. : a subprocess to K95, like the K95D.EXE?  
  22.  
  23. K95D does not tie a subprocess to K95.EXE.  K95D.EXE is a variation on
  24. INETD.EXE to allow K95 to be autostarted when a telnet client connects
  25. to a specific TCP/IP port on your PC.
  26.  
  27. : The SDK page doesn't mention
  28. : it, and I can find but a single reference in the DOC\MANUAL subdirectory
  29. : in the kermit95.htm file.
  30.  
  31. : Porting things isn't the problem; plugging it into K95 is.  I'm sure
  32. : that I'm missing some obvious documentation, somewhere...
  33.  
  34. See http://www.kermit-project.org/security.html#x13
  35.  
  36. There are two ways to plug something into K95:
  37.  
  38. (1) use a subprocess
  39.  
  40.   SET NETWORK TYPE COMMAND
  41.   SET HOST <command line>
  42.  
  43. (2) use the K95 external network DLL API:
  44.  
  45.   SET NETWORK TYPE DLL <dllname>
  46.   SET HOST <string to pass to dll open function>
  47.  
  48.   a sample echo dll is located at 
  49.  
  50.     ftp://kermit.columbia.edu/kermit/k95/k95dll/
  51.  
  52.  
  53.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  54.                  The Kermit Project * Columbia University
  55.               612 West 115th St #716 * New York, NY * 10025
  56.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org